toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.menu
/
[jvm]ContextMenuItem
Context
Menu
Item
public
interface
ContextMenuItem
A custom context menu item.
Members
Functions
is
Checked
Link copied to clipboard
public
boolean
isChecked
(
)
Returns
true
if the context menu item is checked.
is
Enabled
Link copied to clipboard
public
boolean
isEnabled
(
)
Returns
true
if the context menu item is enabled.
items
Link copied to clipboard
public
List
<
ContextMenuItem
>
items
(
)
Returns an immutable list of the sub-items of the context menu item.
text
Link copied to clipboard
public
String
text
(
)
Returns a string that represents the text of the context menu item.
type
Link copied to clipboard
public
ContextMenuItemType
type
(
)
Returns the type of the context menu item.